home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / GST / dpk.c next >
Encoding:
C/C++ Source or Header  |  1997-10-27  |  255 b   |  15 lines

  1. /*
  2. ** Use the following command to create a GST file of all includes:
  3. **
  4. **   sc noobjname dpk.c
  5. **
  6. */
  7.  
  8. #include <proto/dpkernel.h>
  9.  
  10. #include <system/all.h>
  11. #include <files/all.h>
  12. #include <dpkernel/all.h>
  13. #include <graphics/all.h>
  14. #include <input/all.h>
  15.